CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pca classification

搜索资源列表

  1. rtejfgds

    1下载:
  2. 现有的代数特征的抽取方法绝大多数采用一维的方法,即首先将图像转换为一维向量,再用主分量分析(PCA),Fisher线性鉴别分析(LDA),Fisherfaces式核主分量分析(KPCA)等方法抽取特征,然后用适合的分类器分类。针对一维方法维数过高,计算量大,协方差矩阵常常是奇异矩阵等不足,提出了二维的图像特征抽取方法,计算量小,协方差矩阵一般是可逆的,且识别率较高。-existing algebra feature extraction method using a majority of th
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2513
    • 提供者:小弟
  1. facedetector

    0下载:
  2. 人脸检测源代码. The souce demonstrates face detection SSE optimized C++ library for color and gray scale data with skin detection, motion estimation for faster processing, small sized SVM and NN rough face prefiltering, PCA/LDA/ICA/any dimensionality reduct
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:366639
    • 提供者:huangtyu
  1. PCAPSVM

    0下载:
  2. PCA+SVM,对图像进行降维分类,并在yale库上测试取得比较好的效果-PCA+ SVM, dimensionality reduction of image classification, and yale library to achieve better test results
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5461570
    • 提供者:易中天
  1. Subpattern-based_principal___component_analysis.zi

    1下载:
  2. 子模式主成分分析首先对原始图像分块,然后对相同位置的子图像分别建立子图像集,在每一个子图像集内使用PCA方法提取特征,建立子空间。对待识别图像,经相同分块后,分别将子图像向对应的子空间投影,提取特征。最后根据最近邻原则进行分类。-Sub-mode principal component analysis first of the original image block, and then the same sub-image, respectively, the location of the
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-18
    • 文件大小:166625
    • 提供者:tanghui
  1. PCA

    0下载:
  2. 主成分分析,对多特征数据进行主成分分析,降低样本的维度,实现分类前的预处理。-Principal component analysis, principal component analysis was carried out on the characteristic data, reduce the dimension of sample pretreatment before implement classification.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:545
    • 提供者:何苗
  1. Kmeans-and-PCA

    0下载:
  2. K—mean分类和主成分分析法的应用实例,很明晰的讲解实例,非常适合算法应用的学习-Application examples Kmean classification and principal component analysis, it is clear to explain instance, very suitable learning algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-29
    • 文件大小:11463887
    • 提供者:不错哦matlab
  1. Classification-MatLab-Toolbox

    1下载:
  2. 模式分类工具箱,有PCA、SVM、ID3源代码,用于数据分析、模式识别和机器视觉。-Pattern classification toolbox, there PCA, SVM, ID3 source code for data analysis, pattern recognition and machine vision.
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:949892
    • 提供者:韩晓春
  1. Video-classification-

    0下载:
  2. 本文档包含了对视频分类的方法论文,先提取视频中音频信息和图像信息,然后进行拼接并使用PCA进行降维处理,最后使用高斯联合模型进行学习和分类-This document contains papers on the video classification method, first extract the video audio information and image information, and then stitching using PCA dimension reduction,
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:272173
    • 提供者:dwj
  1. PCA

    0下载:
  2. 图像处理与识别实现分类算法功能的函数PCA(主成分分析)方法-PCA (principal component analysis) function of image processing and recognition to achieve classification algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:2022
    • 提供者:靳东亮
  1. Classification-MatLab-Toolbox

    0下载:
  2. matlab工具箱,包括SVM,ICA,PCA,NN等等模式识别算法,很有参考价值--attern recognition Matlab toolbox, including SVM, ICA, PCA, NN pattern recognition algorithms, and so on, of great reference value
  3. 所属分类:Other systems

    • 发布日期:2016-10-03
    • 文件大小:721920
    • 提供者:仨人
  1. PCA

    0下载:
  2. pca源程序代码,主成分分析,用于高维数据姜维,进一步用于数据分类模式识别-pca source code, principal component analysis, Jiang Wei for high-dimensional data, further data for pattern recognition classification
  3. 所属分类:Special Effects

    • 发布日期:2017-12-12
    • 文件大小:5926
    • 提供者:pengfuping
  1. PCA-SVM

    0下载:
  2. 用于主成分图像svm分类,简单,有很好的程序,适合初学者(SVM for principal component image classification, simple, there are very good procedures for beginners)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:7168
    • 提供者:一路平安
  1. piotr_toolbox

    0下载:
  2. This toolbox is meant to facilitate the manipulation of images and video in Matlab. Its purpose is to complement, not replace, Matlab's Image Processing Toolbox, and in fact it requires that the Matlab Image Toolbox be installed. Emphasis has been pl
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:9680896
    • 提供者:redkisses
  1. GMM-Code

    0下载:
  2. A two-stage mechanism of ECG classification using Gaussian mixture model(An automatic classifier for electrocardiogram (ECG) based cardiac abnormality detection using Gaussian mixture model (GMM) is presented here. In first stage, preprocessing tha
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:487424
    • 提供者:vidi
  1. pcabp

    0下载:
  2. The pca method was used for the classification of BP neural network
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:19456
    • 提供者:已二一一
  1. (PCA+SVM)人脸识别

    1下载:
  2. 人脸识别,降维 加分类,主成分分析降维,支持向量机分类(Face recognition, principal component analysis reduced Vega classification, dimension reduction, support vector machine classification)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:5894144
    • 提供者:jay1231
  1. PCA_classifier_version1b

    0下载:
  2. PCA is used for data classification
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:1331200
    • 提供者:Antercs
  1. C++PCASift

    0下载:
  2. 主成分分析,提取图像中的SIFT特征点,用于图像识别和分类(Principal component analysis (PCA), extracting SIFT feature points in images for image recognition and classification)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:757760
    • 提供者:wangheng144
  1. matlab

    2下载:
  2. 用于脑电信号分析的matlab算法,对数据进行PCA处理及SVM分类。(The matlab algorithm for EEG signal analysis performs PCA processing and SVM classification on data.)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-16
    • 文件大小:4096
    • 提供者:老师傅小杨
  1. 04825210PCA1

    0下载:
  2. 对碰撞信号特征进行降维和聚类分析,提高分类精度(Reducing dimension and clustering analysis of collision signal features to improve classification accuracy)
  3. 所属分类:其他

    • 发布日期:2020-04-28
    • 文件大小:2048
    • 提供者:lanji
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com